runtime.traceBufPtr.ptr (method)
24 uses
runtime (current package)
trace.go#L253: func (tp traceBufPtr) ptr() *traceBuf { return (*traceBuf)(unsafe.Pointer(tp)) }
trace.go#L448: if buf.ptr().pos != 0 {
trace.go#L455: if buf.ptr().pos != 0 {
trace.go#L510: trace.empty = buf.ptr().link
trace.go#L511: sysFree(unsafe.Pointer(buf), unsafe.Sizeof(*buf.ptr()), &memstats.other_sys)
trace.go#L598: buf.ptr().link = trace.empty
trace.go#L623: return buf.ptr().arr[:buf.ptr().pos], false
trace.go#L637: buf := bufp.ptr()
trace.go#L719: buf.ptr().link = 0
trace.go#L723: trace.fullTail.ptr().link = buf
trace.go#L734: trace.fullHead = buf.ptr().link
trace.go#L738: buf.ptr().link = 0
trace.go#L792: buf := bufp.ptr()
trace.go#L797: buf = traceFlush(traceBufPtrOf(buf), pid).ptr()
trace.go#L933: buf := bufp.ptr()
trace.go#L938: buf = bufp.ptr()
trace.go#L1066: trace.empty = buf.ptr().link
trace.go#L1073: bufp := buf.ptr()
trace.go#L1127: buf := bufp.ptr()
trace.go#L1131: buf = traceFlush(traceBufPtrOf(buf), pid).ptr()
trace.go#L1306: if buf := bufp.ptr(); len(buf.arr)-buf.pos < maxSize {
trace.go#L1311: buf := bufp.ptr()
trace.go#L1765: buf := bufp.ptr()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |